Welcome![Sign In][Sign Up]
Location:
Search - d12 usb

Search list

[Other resourceUSB-D12

Description: 利用89S52为核心实现的IDE-USB转接器 现在已经实现了主要功能:可以读取文件和复制文件。不支持格式化硬盘功能。 不过速度比较慢,我从本地硬盘复制文件到移动硬盘里去,速度只有50KBytes/S, 因为单片机速度不快,内存又少,USB1.1的速度也不快。另外,代码写得不够好 压缩包内有线路图
Platform: | Size: 264739 | Author: vitochung | Hits:

[USB developD12 DLL

Description: philip PDIUSBD12 动态连接库,共应用程序调用,可以轻松实现USB通信-dynamic link library, called a total applications can be easily USB Communication
Platform: | Size: 17434 | Author: 柯 三 | Hits:

[SCM自己用D12设计的USB采集系统

Description:

用PDIUSBD12和51单片机设计的呼吸信号采集系统的固件程序源码


Platform: | Size: 181791 | Author: rain14305 | Hits:

[Develop Toolsusb和串口调试助手

Description: 1. USB调试助手v1.2:调USB必备的工具,含D12 和 ISP1581驱动 2. 串口调试助手V2.2 好东西大家分享
Platform: | Size: 572635 | Author: bigchance@126.com | Hits:

[Code AssistD12.dll

Description: 本人初学USB,使用的开发套件为周立功的"USB D12 SMART套件",参考书为《PDIUSBD12 USB固件编程与开发应用》。在学习过程中,发觉周立功提供的EasyD12.dll存在不少问题:如稳定性差,易出错,最可恶的是出错时会弹出那些提示窗口。于是,我萌发了自己编写一个DLL的念头。我在今年4月份开始着手做这项工作,断断续做了近2星期,都是利用晩上的时间做的,现在终于可以发布了。 相比周立功的EasyD12.dll,本人的MyD12.dll运行更加稳定、读写速度更快,出错时也不会弹出那可恶的提示窗口,并且与EasyD12完全兼容(也就是使用方法相同)。 MyD12是用VC6开发的。开发过程中,参考了《PDIUSBD12 USB固件编程与开发应用》、《USB 2.0 硬件设计》、Philips的"D12Test"例子,当然还有DDK和MSDN。我是使用自己用Delphi编写的程序来调试MyD12.dll的。 另外还有一点要说的是,周立功的"ExpertPRO通用编程器"的安装目录下也是有一个EasyD12.dll,当然这个EasyD12.dll跟"USB D12 SMART套件"提供的EasyD12.dll有所不同,前者比后者稳定得多。由于周立功没有公开自己用的EasyD12.dll的导出函数的参数表,所以我们无法调用。 呵呵,大家如果对MyD12.dll有什么意见或建议,请EMAIL联系:QWIN@21CN.COM.
Platform: | Size: 17173 | Author: lele182 | Hits:

[SCMusb_softpack

Description: c51的usb的通信程序库,支持51兼容的单片机和pdusbd12接口芯片-C51 s usb communication library to support the 51-compatible MCU and pdusbd12 interface chip
Platform: | Size: 877568 | Author: | Hits:

[Embeded-SCM DevelopD12EPP_FW_Ver1.0

Description: firmware for D12 USB-EPP Evaluation Kit
Platform: | Size: 58368 | Author: 杨修文 | Hits:

[USB developpusbd12

Description: 飞利浦 pusbd12 usb源代码-Philips pusbd12 usb source code
Platform: | Size: 98304 | Author: 卢嘉铭 | Hits:

[USB develop44b0x_usb

Description: samsung 44b0X通过pusbd12的usb通讯程序-pusbd12 through the USB Communication Program
Platform: | Size: 242688 | Author: 卢嘉铭 | Hits:

[GUI DevelopD12test

Description: USB(D12)测试程序源程序-USB (D12) test procedure source
Platform: | Size: 140288 | Author: | Hits:

[USB developpdiusbd12 source

Description: PDIUSBD12套件说明及源码-PDIUSBD12 Boards descriptions and source
Platform: | Size: 4264960 | Author: 王飞 | Hits:

[SCMPDIUSBD12和单片机的实际应用

Description: USB开发D12的结构-USB D12 structure
Platform: | Size: 43008 | Author: 陈金贵 | Hits:

[Embeded LinuxSW44b0_usb

Description: S3C44B0X开发板上USB应用代码,PC机部分的软件1) LEDDEMO -- 控制 SW44B0板上三个LED的程序2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序FS44B0X板的USB固件程序--源代码USB_DEMO-S3C44B0X development board USB application code, part of the PC software 1) LEDDEMO-- SW44B0 control board three LED procedures 2) D12_DRIVER_FOR_WIN98-- USB chip Win98 driver FS44B0X board USB Firmware-- source code USB_ DEMO
Platform: | Size: 272384 | Author: 李爱成 | Hits:

[Embeded-SCM DevelopD12isoDriver

Description: 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DESCRIPTOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the selected Configuration and Interface 修改上面两处后,USB可以正常使用了. -weeks D12 development board, who were brought to the Windows XP drivers, the compiler will happen after the USB device not working properly. Following is the revised code, revised after normal work. In d12.c and Ioctl.c, 256 will be removed, this will generate to Enumerate equipment located descriptors up the length wrong, the revised : not = sizeof (USB_CONFIGURATION_DESCRIPTOR) in the D12_SelectInterface d12.c function, equipment End interface for a period after the code can also lead to wrong drivers need to shield the following code// Retrieve the selected Configuration Interface and the above two changes, USB can use the normal.
Platform: | Size: 25600 | Author: haha | Hits:

[SCMPDIUSBD12固件源码

Description: 修改后的PDIUSBD12完整固件源码,实现51单片机的USB接口,完全通过测试。-revised PDIUSBD12 integrity of the firmware source code, achieving 51 SCM's USB port and fully tested.
Platform: | Size: 133120 | Author: lyke | Hits:

[Other Embeded programpdusbd12 ddk 驱动源码

Description: USB1.1控制器pdusbd12 ddk 驱动源码,很有价值-Source code of USB1.1 controller pdusbd12 ddk,its very useful
Platform: | Size: 138240 | Author: 周春云 | Hits:

[Windows Developvb_usb

Description: 用Windriver生成的vb控制D12的源码-with Windriver generated vb source code control D12
Platform: | Size: 23552 | Author: 叶萧 | Hits:

[Driver DevelopPDIUSBD12中文技术资料

Description: USB作为一种新型的接口技术以其简单易用速度快等特点而备受青睐本文简单介绍USB 接口的特点和PHILIPS 公司的USB 接口芯片PDIUSBD12 并详细说明USB 软硬件开发过程中 应注意的问题-USB as a new type of interface technology with a simple user-friendly features such as fast and simple on this very popular USB interface characteristics and PHILIPS's USB interface chip PDIUSBD12 and detailed description USB hardware and software development process should pay attention to the problem
Platform: | Size: 43008 | Author: | Hits:

[Button control印制板

Description: pdiusbd12和eeprom的程序 PDIUSBD12 是一款性价比很高的USB 器件它通常用作微控制器系统中实现与微控制器进行通信的 高速通用并行接口它还支持本地的DMA 传输 这种实现USB 接口的标准组件使得设计者可以在各种不同类型微控制器中选择出最合适的微控制器 这种灵活性减小了开发的时间风险以及费用通过使用已有的结构和减少固件上的投资从而用最快捷 的方法实现最经济的USB 外设的解决方案-pdiusbd12 EEPROM and the procedures PDIUSBD12 will deliver it to the USB device normally used for microcontroller system to achieve micro-controller and high-speed communications Universal Parallel Interface It also supports local DMA USB interface to achieve this standard components enables designers in different types of microcontrollers to choose the most suitable microcontroller this flexibility reduces the development time and cost risks through the use of the existing structure and reduce investment in the firmware so that the most efficient way to achieve the most economical USB peripherals solutions
Platform: | Size: 205824 | Author: 王子军 | Hits:

[USB develop基于ADU812+PDIUSBD12的数据采集板源代码

Description: 基于ADU812+PDIUSBD12的数据采集板源代码发布!这一回是用C写的!!!!!强烈推荐-ADU812 PDIUSBD12 based data acquisition boards source code release! This is used to write C! ! ! ! ! Strongly recommended!
Platform: | Size: 65536 | Author: 夏社 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

CodeBus www.codebus.net